Skip to main content

HASH JOIN RIGHT OUTER

Short Description

A method for joining large data sets. Right Outer joins returned data will include unmatched rows from the table specified after the RIGHT OUTER JOIN clause.

Detailed Description​

As above - used on joining large data sets and can result in table scans occurring.

Non matched and NULL child rows are returned.

The hash table will be built in memory and if insufficient memory is allowed, it will spill to disk in the TEMPORARY tablespaces impacting performance.

Further Reading​

Search online​

If this article doesn't have the information you need you can try searching online. Remember, you can contribute suggestions to this page.